Tabs
A row of tabs. A tabs element should be placed inside a tabbox and should contain tab elements.
Attributes:
Attributes inherited from XUL Element
Properties and Methods:
Properties and Methods inherited from XUL Element
If the argument dir is set to 1, the currently selected tab changes to the next tab. If the argument dir is set to -1, the currently selected tab changes to the previous tab.
Creates a new tab element and adds it to the end of the list of tabs. You may optionally set a value. Note that a new tabpanel is not created. This method returns the added tab.
Creates a new tab element and inserts it at a specific position in the list of tabs. You may optionally set a value. This method returns the added tab.
Removes the child tab in the menu at the given index.
Gets or sets the index of the currently selected tab.
Holds a reference to the currently selected tab element. Assign a value to this property to modify the currently selected tab.